home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / sae.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  5.4 KB  |  111 lines

  1. //
  2. // Actions common to play & PDA modes
  3. //
  4. newActionMap("actionMap.sae");
  5. bindAction(keyboard,    make,    tab,         to,    IDACTION_MENU_PAGE, 1);
  6. bindAction(keyboard,    make,    escape,    TO,    IDACTION_ESCAPE_PRESSED, 0);
  7. bindAction(keyboard,    make,    k,            TO,    IDACTION_MENU_PAGE, 2);
  8.  
  9. bindAction(keyboard,    make,    t,            TO,    IDACTION_CHAT, 0);
  10. bindAction(keyboard,    make,    y,            TO,    IDACTION_CHAT, 1);
  11. bindAction(keyboard,    make,    u,            TO,    IDACTION_CHAT_DISP_SIZE, -1);
  12. bindAction(keyboard,    make,    prior,    TO,    IDACTION_CHAT_DISP_PAGE, -1);
  13. bindAction(keyboard,    make,    next,       TO,    IDACTION_CHAT_DISP_PAGE, 1);
  14.  
  15. bindCommand(keyboard, make, shift, f1, to, "CmdInventoryGui::buyFavorites(1);");
  16. bindCommand(keyboard, make, shift, f2, to, "CmdInventoryGui::buyFavorites(2);");
  17. bindCommand(keyboard, make, shift, f3, to, "CmdInventoryGui::buyFavorites(3);");
  18. bindCommand(keyboard, make, shift, f4, to, "CmdInventoryGui::buyFavorites(4);");
  19. bindCommand(keyboard, make, shift, f5, to, "CmdInventoryGui::buyFavorites(5);");
  20.  
  21. bindCommand(keyboard, make, f1, to, "remoteEval(2048, PlayMode);");
  22. bindCommand(keyboard, make, f5, to, "MEMode();");
  23. bindCommand(keyboard, make, o, to, "remoteEval(2048, ToggleObjectivesMode);");
  24. bindCommand(keyboard, make, i, to, "remoteEval(2048, ToggleInventoryMode);");
  25. bindCommand(keyboard, make, c, to,  "remoteEval(2048, ToggleCommandMode);");
  26.  
  27. bindCommand(keyboard, make, control, x, to, "commandAck();");
  28. bindCommand(keyboard, make, control, d, to, "commandDeclined();");
  29. bindCommand(keyboard, make, control, c, to, "commandCompleted();");
  30.  
  31. bindCommand(keyboard, make, control, y, to, "voteYes();");
  32. bindCommand(keyboard, make, control, n, to, "voteNo();");
  33.  
  34. bindCommand(keyboard, make, control, e, to, "targetClient();");
  35.  
  36. //
  37. // Actions bound only in play mode
  38. //
  39. newActionMap("playMap.sae");
  40. bindAction(mouse, xaxis, TO, IDACTION_YAW, scale, 0.001, flip);
  41. bindAction(mouse, yaxis, TO, IDACTION_PITCH, scale, 0.001, flip);
  42. bindAction(keyboard, make, a, to, IDACTION_MOVELEFT, 1.0);
  43. bindAction(keyboard, break, a, to, IDACTION_MOVELEFT, 0.0);
  44. bindAction(keyboard, make, d, to, IDACTION_MOVERIGHT, 1.0);
  45. bindAction(keyboard, break, d, to, IDACTION_MOVERIGHT, 0.0);
  46. bindAction(keyboard, make, s, to, IDACTION_MOVEBACK, 1.0);
  47. bindAction(keyboard, break, s, to, IDACTION_MOVEBACK, 0.0);
  48. bindAction(keyboard, make, w, to, IDACTION_MOVEFORWARD, 1.0);
  49. bindAction(keyboard, break, w, to, IDACTION_MOVEFORWARD, 0.0);
  50.  
  51. bindAction(mouse, make, button1, to, IDACTION_JET, 1.0);
  52. bindAction(mouse, break, button1, to, IDACTION_JET, 0.0);
  53.  
  54. bindAction(mouse, make, button, TO, IDACTION_FIRE1);
  55. bindAction(mouse, break, button, TO, IDACTION_BREAK1);
  56. bindAction(keyboard, make, x, TO, IDACTION_CROUCH);
  57. bindAction(keyboard, break,x, TO, IDACTION_STAND);
  58. bindAction(keyboard, make, r, TO, IDACTION_VIEW);
  59. bindAction(keyboard, make, space, TO, IDACTION_MOVEUP);
  60. bindAction(keyboard, make, e, TO, IDACTION_SNIPER_FOV, 1);
  61. bindAction(keyboard, break,e, TO, IDACTION_SNIPER_FOV, 0);
  62. bindAction(keyboard, make, z, TO, IDACTION_INC_SNIPER_FOV, 1.0);
  63.  
  64. bindCommand(keyboard, make, v, TO, "setCMMode(PlayChatMenu, 2);");
  65. bindCommand(keyboard, make, b, TO, "use(\"Beacon\");");
  66. bindCommand(keyboard, make, m, TO, "throwStart();");
  67. bindCommand(keyboard, break, m, TO, "throwRelease(\"Mine\");");
  68. bindCommand(keyboard, make, g, TO, "throwStart();");
  69. bindCommand(keyboard, break, g, TO, "throwRelease(\"Grenade\");");
  70.  
  71. bindCommand(keyboard, make, 1, to, "use(\"Blaster\");");
  72. bindCommand(keyboard, make, 2, to, "use(\"Plasma Gun\");");
  73. bindCommand(keyboard, make, 3, to, "use(\"Chaingun\");");
  74. bindCommand(keyboard, make, 4, to, "use(\"Disc Launcher\");");
  75. bindCommand(keyboard, make, 5, to, "use(\"Grenade Launcher\");");
  76. bindCommand(keyboard, make, 6, to, "use(\"Laser Rifle\");");
  77. bindCommand(keyboard, make, 7, to, "use(\"ELF gun\");");
  78. bindCommand(keyboard, make, 8, to, "use(\"Mortar\");");
  79. bindCommand(keyboard, make, 9, to, "use(\"Targeting Laser\");");
  80.  
  81. bindAction (keyboard, make,    numpad8,    TO,    IDACTION_LOOKUP,        0.1);
  82. bindAction (keyboard, break,    numpad8,    TO,    IDACTION_LOOKUP,        0.0);
  83. bindAction (keyboard, make,    numpad2,    TO,    IDACTION_LOOKDOWN,     0.1);
  84. bindAction (keyboard, break,    numpad2,    TO,    IDACTION_LOOKDOWN,     0.0);
  85. bindAction (keyboard, make,    numpad6,    TO,    IDACTION_TURNRIGHT,     0.1);
  86. bindAction (keyboard, break,    numpad6,    TO,    IDACTION_TURNRIGHT,     0.0);
  87. bindAction (keyboard, make,    numpad4,    TO,    IDACTION_TURNLEFT,    0.1);
  88. bindAction (keyboard, break,    numpad4,    TO,    IDACTION_TURNLEFT,    0.0);
  89. bindAction (keyboard, make,    numpad5,    TO,    IDACTION_CENTERVIEW);
  90.  
  91. bindCommand(keyboard, make, h, to, "use(\"Repair Kit\");");
  92. bindCommand(keyboard, make, p, to, "use(\"BackPack\");");
  93. bindCommand(keyboard, make, control, p, to, "drop(BackPack);");
  94. bindCommand(keyboard, make, control, w, to, "drop(Weapon);");
  95. bindCommand(keyboard, make, control, a, to, "drop(Ammo);");
  96. bindCommand(keyboard, make, control, f, to, "drop(Flag);");
  97. bindCommand(keyboard, make, control, k, to, "kill();");
  98.  
  99. bindCommand(keyboard, make, q, to, "nextWeapon();");
  100. bindCommand(keyboard, make, shift, q, to, "prevWeapon();");
  101.  
  102. bindCommand(keyboard, make, f, to, "setFreeLook(TRUE);");
  103. bindCommand(keyboard, break, f, to, "setFreeLook(FALSE);");
  104.  
  105. //
  106. // Actions bound only in PDA mode
  107. //
  108. newActionMap("pdaMap.sae");
  109. bindAction(keyboard,    make,    z, TO,    IDACTION_ZOOM_MODE_ON);
  110. bindAction(keyboard,    break,z, TO,    IDACTION_ZOOM_MODE_OFF);
  111.